home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-02-15 | 1.5 KB | 26 lines | [TEXT/MPS ] |
- Installer 3.1 final
- InstallerTypes.r - Rez interface file, needed when you rez your scripts; note that
- some flag names have been changed to improve clarity but old names are #defined
- so your old scripts should still work EXCEPT a new flag has been added to the
- 'inpk' flags - you will need to add this flag to your 'inpk' resources
- ActionAtomIntf.a - assembler interface file, provides Action Atom interface
- ActionAtomIntf.h - C interface file, provides Action Atom interface
- ActionAtomIntf.p - pascal interface file, provides Action Atom interface
- Installer 3.1 Guide - scripting manual, updated to 3.1 final features
- ScriptCheck - used to "finish" installer documents
- ScriptCheck User's Manual
-
- SAMPLES...
-
- SimpleEasyOnly.r - Easy Install only (installs an application only)
- SimpleCustomOnly.r - Custom Install only (installs an application only)
- SimpleEasyNCustom.r - Easy & Custom Install enabled (installs an application only)
- AppTooBigForOneFloppy.r - installing a file that is > 800k
- InstallINIT.r - installs an init into the appropriate folder (6.0.x vs 7.0)
- UserFunction.r - custom checkUserFunction script
- UserFunction.c - checkUserFunction code
- UserFunction.h - checkUserFunction header (used in UserFunction.r & UserFunction.c)
- CustomOrder.r - demonstrates how to organize the entries in your Custom Installation screen
- InstallDA.r - installing a desk accessory into the appropriate place
- Script Example.r - comprehensive example that demonstrates everything but action atoms,
- boot block atoms, and checkUserFunctions